vulkan: Add infrastructure for multiple pipelines
authorBenjamin Otte <otte@redhat.com>
Wed, 14 Dec 2016 08:40:15 +0000 (09:40 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 20 Dec 2016 17:01:11 +0000 (18:01 +0100)
commit08a2a29c26f12c7a856a5c24d1083a05f687a484
tree248e6c0ef96e07ae9b96e2b3f8d1a4015e5043f4
parent7d837a2ae662ebfdc4202db63dcc0cd4b96ca5f3
vulkan: Add infrastructure for multiple pipelines

And use it to draw solid colors with a 2nd pipeline.
gsk/gskvulkanrender.c
gsk/gskvulkanrenderpass.c
gsk/gskvulkanrenderprivate.h
gsk/resources/vulkan/color.frag.glsl [new file with mode: 0644]
gsk/resources/vulkan/color.frag.spv [new file with mode: 0644]
gsk/resources/vulkan/color.vert.glsl [new file with mode: 0644]
gsk/resources/vulkan/color.vert.spv [new file with mode: 0644]